runtime.spanSetBlock.popped (field)
5 uses
runtime (current package)
mspanset.go#L66: popped atomic.Uint32
mspanset.go#L213: if block.popped.Add(1) == spanSetBlockEntries {
mspanset.go#L247: if block.popped.Load() == 0 {
mspanset.go#L253: if block.popped.Load() == spanSetBlockEntries {
mspanset.go#L321: block.popped.Store(0)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |